home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHack 1997
/
MacHack 1997.toast
/
Hacks
/
Hacks ’96
/
PredatorPrey
/
HelpGetProc.h
< prev
next >
Wrap
Text File
|
1996-06-22
|
373b
|
20 lines
/* HelpGetProc.h */
#ifndef __HGP__
#define __HGP__
#include "ResourceDefs.h"
/*#define helpCount 11*/
extern Rect workRect; /* work variable */
extern Boolean useColor[7];
extern Rect viewRect; /* for calculations of TE areas */
extern Rect destRect;
extern Point helpCell;
void HelpGetSeg (void);
short HelpGetProc (void);
#endif /* __HGP__ */